home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / MUBBS V1.1.SEA / MUBBS V1.1 / help / 1 MUBBS Help / Modems < prev    next >
Text File  |  1992-02-29  |  3KB  |  43 lines

  1. The modem strings are in the "bbsconfig" file under "modems".
  2.  
  3. The file format is like this (comments are NOT in the file so DO NOT include them):
  4.  
  5. 2400,1,0    - Maximum baud your modem has (30 chars max) LINE 1
  6.        (,) 0=No carrier detect HARDWARE cable used
  7.             1=Detect Carrier with cable (HIGHLY RECOMENDED)
  8.           The ,0 will be for using DTR hang up when it's available.
  9.  
  10. ATE0V0M1S0=0S2=2    - Modem string (up to 250 characters allowed here)
  11. 2400,1,0    - Maximum baud your modem has (30 chars max) LINE 2
  12. ATE0V0M1S0=0S2=2    - Modem string (up to 250 characters allowed here)
  13.  
  14. And so on for each line....
  15.  
  16. The S2=2 is standard Hayes for making the "+++" into ASCII code 2. The V0 means we want numeric result codes only. You may have to tell your modem to send NO EXTENDED RESULT CODES if it's a 9600 MNP type. You need to READ your modem's manual. There's some other text in this archive about modems and strings.
  17.  
  18. The "serial" module doesn't handle hardware handshaking, so you would have to have new serial module to handle 19200 type modems correctly. I'm sure someone will have one soon. It would be nice to have a much more configurable one.
  19.  
  20. The "modems" module handles all the modem string stuff, and other modules may be available later that handle special modems.
  21.  
  22. I HIGHLY RECOMMEND GETTING A CARRIER DETECT MODEM CABLE !! This is a standard modem cable most of the time. If you're not sure, use a "ohm" meter and check your pins against the "modem cable" file.
  23.  
  24. *********************************************************
  25. WHY CARRIER DETECT ? Because your thousands of users will keep getting BUSY signals while your BBS waits to TIME OUT !!! Now picture this:
  26.  
  27. You are NOT running a carrier detect cable, a user hangs up on your system, someone else calls the BBS (with their AUTODIAL on just to make things worse) and the modem then sends the "ring" to the serial port. GUESS WHAT THE BBS THINKS ???  It thinks a user is STILL TYPING ! (so it NEVER hangs up for HOURS !)
  28. **********************************************************
  29.  
  30. MOST STORE PURCHASED CABLES WORK FINE !!
  31.  
  32. Please, please, please run a proper cable. If you have CHECKED your cable and it's sending back carrier detect for sure, there may be some sort of Mac hardware change that prevents the "serial" module from detecting carrier detect. IT'S MOST LIKELY YOUR MODEM STRINGS ! Some modems need &C1 or C1 in the string in order to send back carrier detect.
  33.  
  34. If you are really having problems, look for other "serial" modules on the support BBS and see if others are having the same problems. ALL serial I/O is handled through a REPLACEABLE module !
  35.  
  36. The BBS can use BOTH ports if you want it to. It WILL not access any special serial cards till someone writes a "serial" module to handle them.
  37.  
  38. You can select "Modems to Ring" from the pull down menu, it will SHUT the modems up if you don't have the cables hooked to anything. (it skips to wait for a ring)
  39.  
  40. If you are UNSURE of your strings, and as a TEMPORARY measure, take out the &C0 or just C0 and the M1 (speaker setting) so that you have only the basics for your modem. Then put in 1200,0,0 in the first line so that you are running at 1200 baud with NO hardware carrier detect. This should let you at least get the BBS running, then you can play with it ADDING ONE THING AT A TIME till you figure out what's going on.
  41.  
  42.  
  43.